home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("Title4").foreColor = 0
- sprite(the currentSpriteNum).foreColor = 255
- end
-
- on mouseLeave
- cursor(0)
- member("Title4").foreColor = 255
- sprite(the currentSpriteNum).foreColor = 246
- end
-